module FrockinSplendorVol3
{

		model FS_Carrier_Bag_Small
    {
        	mesh = WorldItems/FSbag,
		texture = WorldItems/FSbag,

    }
	
		model FS_Carrier_Bag_Large
    {
        mesh = WorldItems/FSbagL,
		texture = WorldItems/FSbagL,

    }

		model KIU_heels_Ground
    {
        mesh = WorldItems/Clothing/KIU_heels_Ground,
		texture = clothes/Heels/KIU_Heels,

    }

		model KIU_boots_Ground
    {
        mesh = WorldItems/Clothing/KIU_boots_Ground,
		texture = clothes/Heels/KIU_Boots,

    }   

		model KIU_longboots_Ground
    {
        mesh = WorldItems/Clothing/KIU_LongBoots_Ground,
		texture = clothes/Heels/KIU_LongBoots,

    }
		model FrockinSplendor3_ToyBox_Ground
    {
        mesh = WorldItems/FrockinSplendor_ToyBox,
        texture = WorldItems/FrockinSplendor3_ToyBox,
    }  

		model FrockinSplendor3_GiftBagXL_Ground
    {
        mesh = WorldItems/FSbagXL,
        texture = WorldItems/FSbagXL,
    }  	

		model WorldItem_Generic
    {
        mesh = WorldItems/WorldItem_General_2,
    }   
}